home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 November / PCWorld_2007-11_cd.bin / domácnost a kancelar / opencontacts / setup.exe / {app} / DataSet / Templates / ExportvCard.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-18  |  1.4 KB  |  32 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!--For exporting contacts to vCard. Define the mapping between Section/Field and vCard fields.
  3. Translator should not translate the "map" field, because this field represents all fields of map action type.
  4. -->
  5. <OpenContactsVCard>
  6.     <lines>
  7.         <line type="sf" s="Personal" f="Phone" vch="TEL;HOME;VOICE" />
  8.         <line type="sf" s="Personal" f="Nickname" vch="NICKNAME" />
  9.         <line type="sf" s="Personal" f="Fax" vch="TEL;HOME;FAX" />
  10.         <line type="sf" s="Personal" f="Birthday" vch="BDAY" />
  11.         <line type="sf" s="Personal" f="Anniversary" vch="X-SYNCJE-ANNIVERSARY" />
  12.         <line type="sf" s="Personal" f="Mobile" vch="TEL;CELL;VOICE" />
  13.         <line type="sf" s="Personal" f="Web" vch="URL;HOME" />
  14.         <line type="sf" s="Personal" f="Spouse" vch="X-SYNCJE-SPOUSE" />
  15.         <line type="sf" s="Personal" f="Email" vch="EMAIL;HOME" />
  16.         <line type="a" s="Personal" a="map" vch="ADR;HOME" />
  17.         <line type="sf" s="Personal" f="Geo" vch="GEO;HOME" />
  18.  
  19.  
  20.         <line type="sf" s="Work" f="Title" vch="TITLE" />
  21.         <line type="sf" s="Work" f="Phone" vch="TEL;WORK;VOICE" />
  22.         <line type="sf" s="Work" f="Fax" vch="TEL;WORK;FAX" />
  23.         <line type="sf" s="Work" f="Web" vch="URL;WORK" />
  24.         <line type="sf" s="Work" f="Email" vch="EMAIL;WORK" />
  25.         <line type="a" s="Work" a="map" vch="ADR;WORK" />
  26.         <line type="sf" s="Work" f="Geo" vch="GEO;WORK" />
  27.  
  28.     
  29.     </lines>
  30.  
  31.  
  32. </OpenContactsVCard>